lab work 2¶

seaborn example¶

Here, I took 3 datasets iris ,dots and titanic and i used few graphs boxplot,scatterplot and jointplot

In [ ]:
 
Out[1]:
<Axes: xlabel='tip', ylabel='total_bill'>
Out[2]:
<Axes: xlabel='sepal_length', ylabel='sepal_width'>
Out[3]:
<seaborn.axisgrid.JointGrid at 0x2ac447bc450>
Out[4]:
<Axes: xlabel='coherence', ylabel='time'>

ploty¶

here i took few data and show using scatter,bar and pie charts